Skip to main content

🏷️ HTML Table

The HTML Table action allows you to create an HTML formatted table from an array of JSON objects. This is useful for embedding tabular data in emails, web pages, or other HTML-supported formats.


Configuration

  • HTML Table Name: Enter a name for the HTML table output. This will serve as the identifier for the generated table.
  • Source Array: Select the array or column containing the JSON objects that will be converted into the HTML table.

Features

  • Converts JSON arrays into styled HTML tables.
  • Enables easy embedding of data tables in emails or web content.
  • Supports dynamic data display in Pageflows outputs.

Use Cases

  • Send HTML formatted tables in email notifications.
  • Display data in web dashboards or reports.
  • Format JSON data for user-friendly presentation.
  • Integrate tabular data into HTML documents.

Notes

  • Ensure the Source Array contains JSON objects with consistent structure.
  • Use meaningful table names to organize your outputs.
  • Combine with Select or Filter array actions to customize table content.

Tip: Use the HTML Table action to enhance the visual presentation of your data in automated communications.